* todos.el: Fix byte-compiler warnings.
authorStephen Berman <stephen.berman@gmx.net>
Wed, 5 Jun 2013 21:43:44 +0000 (23:43 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Wed, 5 Jun 2013 21:43:44 +0000 (23:43 +0200)
commit60e0cdc6245b5ebb7d2b947cd5dbbe4f0b9814ff
tree9f6e5c6379de3b2b16a84103c9ccbfa77364372b
parent22749892d62d7aa35e706e1f157177594b51767f
* todos.el: Fix byte-compiler warnings.
(todos-merge-category): Relocate let-bound variable.
(todos-toggle-item-highlighting): Restrict to todos-mode,
todos-archive-mode and todos-filtered-items-mode.
(todos-toggle-item-header, todos-diary-goto-entry)
(todos-insert-sort-button): Let-bind variables that were
mistakenly free.
(todos-convert-legacy-files): Just require todo-mode instead of
conditionalizing it.
(todos-modes-set-2): Check whether hl-line-range-function is void.
lisp/calendar/ChangeLog
lisp/calendar/todos.el